Skip to content

chore(deps): update dependency ts-jest to v29.4.9#4805

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 4, 2026
Merged

chore(deps): update dependency ts-jest to v29.4.9#4805
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 4, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-jest (source) 29.4.629.4.9 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kulshekhar/ts-jest (ts-jest)

v29.4.9

Compare Source

v29.4.8

Compare Source

v29.4.7

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the renovate label Apr 4, 2026
@renovate renovate Bot requested a review from jon77p as a code owner April 4, 2026 17:27
@renovate renovate Bot enabled auto-merge (rebase) April 4, 2026 17:27
@renovate renovate Bot merged commit 0fbf349 into main Apr 4, 2026
16 of 18 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch April 4, 2026 17:28
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

❌ Error planning Terraform CDK Stack 'cdktf'

Error: The process '/usr/local/bin/npx' failed with exit code 1
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@10.4.5: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
[2026-04-04T17:28:47.618] [ERROR] default - /home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^

[2026-04-04T17:28:47.620] [ERROR] default - TSError: ⨯ Unable to compile TypeScript:
main.ts(2,23): error TS2591: Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(13,1): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(127,47): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(128,7): error TS2304: Cannot find name '__dirname'.

    at createTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:863:19)
    at getOutput (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1077:36)
    at Object.compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1433:41)
    at Module.m._compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1617:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
    at Object.require.extensions.<computed> [as .ts] (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1621:12)
    at Module.load (node:internal/modules/cjs/loader:1266:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1091:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 2591, 2591, 2591, 2304 ]
}

ERROR: cdktf encountered an error while synthesizing

Synth command: npx ts-node main.ts
Error:         non-zero exit code 1

Command output on stderr:

    /home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859
        return new TSError(diagnosticText, diagnosticCodes, diagnostics);
               ^
    TSError: ⨯ Unable to compile TypeScript:
    main.ts(2,23): error TS2591: Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(13,1): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(127,47): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(128,7): error TS2304: Cannot find name '__dirname'.

        at createTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859:12)
        at reportTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:863:19)
        at getOutput (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1077:36)
        at Object.compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1433:41)
        at Module.m._compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1617:30)
        at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
        at Object.require.extensions.<computed> [as .ts] (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1621:12)
        at Module.load (node:internal/modules/cjs/loader:1266:32)
        at Function.Module._load (node:internal/modules/cjs/loader:1091:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12) {
      diagnosticCodes: [ 2591, 2591, 2591, 2304 ]
    }




⠋  Synthesizing

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

❌ Error applying Terraform CDK Stack 'cdktf'

Error: The process '/usr/local/bin/npx' failed with exit code 1
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@10.4.5: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
[2026-04-04T17:30:01.257] [ERROR] default - /home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^

[2026-04-04T17:30:01.259] [ERROR] default - TSError: ⨯ Unable to compile TypeScript:
main.ts(2,23): error TS2591: Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(13,1): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(127,47): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
main.ts(128,7): error TS2304: Cannot find name '__dirname'.

    at createTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:863:19)
    at getOutput (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1077:36)
    at Object.compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1433:41)
    at Module.m._compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1617:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
    at Object.require.extensions.<computed> [as .ts] (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1621:12)
    at Module.load (node:internal/modules/cjs/loader:1266:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1091:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 2591, 2591, 2591, 2304 ]
}

ERROR: cdktf encountered an error while synthesizing

Synth command: npx ts-node main.ts
Error:         non-zero exit code 1

Command output on stderr:

    /home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859
        return new TSError(diagnosticText, diagnosticCodes, diagnostics);
               ^
    TSError: ⨯ Unable to compile TypeScript:
    main.ts(2,23): error TS2591: Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(13,1): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(127,47): error TS2591: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
    main.ts(128,7): error TS2304: Cannot find name '__dirname'.

        at createTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:859:12)
        at reportTSError (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:863:19)
        at getOutput (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1077:36)
        at Object.compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1433:41)
        at Module.m._compile (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1617:30)
        at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
        at Object.require.extensions.<computed> [as .ts] (/home/runner/work/infrastructure/infrastructure/cdktf/node_modules/ts-node/src/index.ts:1621:12)
        at Module.load (node:internal/modules/cjs/loader:1266:32)
        at Function.Module._load (node:internal/modules/cjs/loader:1091:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12) {
      diagnosticCodes: [ 2591, 2591, 2591, 2304 ]
    }




⠧  Synthesizing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants